home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / plothoust < prev    next >
Text File  |  1991-11-22  |  3KB  |  87 lines

  1.  
  2.    10.1.1 PLOT HOUSTON
  3.  
  4.  
  5. The PLOT HOUSTON command is used to create plots on the Houston Instrument
  6. DMP range of pen plotters or any plotter that supports the DM/PL plotting
  7. language or a compatible language.
  8.  
  9. Plots can be created at any size supported by the plotter and in up to 7
  10. different colours.
  11.  
  12. Any hardfont styles used in the drawing are emulated using the available
  13. DM/PL line styles. Hardfont line thickness is ignored, therefore colour
  14. assignments should be used so that a larger diameter pen can be used to
  15. plot thicker lines.
  16.  
  17.  
  18.    COMMAND FORMAT
  19.  
  20.       #PLOT HOUSTON [modifiers] :Win x1 x2
  21.  
  22.          or
  23.  
  24.       #PLOT HOUSTON [modifiers] [CR]
  25.  
  26. If the command is terminated with a colon, a plot window can be defined by
  27. entering two locations to define the extents of the window. If the command
  28. is terminated with a return, the entire sheet will be plotted. The bottom
  29. left corner of the window or sheet is used as the plot origin.
  30.  
  31. The plot will be created at a one to one scale with the sheet size and
  32. units.
  33.  
  34.  
  35.    MODIFIERS
  36.  
  37. TO             Requires the name of a file or device to direct all plot
  38.                commands. If this modifier is ommited, then the plot commands
  39.                will be directed to the device SER: - the serial port - as
  40.                the plotter is usually connected to this port. If the plotter
  41.                is connected to the parallel port then the command
  42.  
  43.                   #PLOT HOUSTON TO PAR:
  44.  
  45.                should be used.
  46.  
  47.                Plot commands can be directed to a disk file for later or
  48.                backround plotting.
  49.  
  50. PENSPEED       The PENSPEED command is used to select the pen speed for the
  51.                plotter. Ink pens require a slow speed whereas felt tipped
  52.                pens can use a much faster plotting speed. The range of pen
  53.                speed values available is 1 - 127 measured in cm/sec. Refer
  54.                to the plotter operator's manual for its speed capabilities.
  55.  
  56. SCALE          Can be used to alter the scale of the plot. If the modifier
  57.                is omitted, then a scale of 1.0 will be used.
  58.  
  59. OFFSET         The OFFSET command can be used to specify an xy offset for
  60.                the origin of the plot. The modifier requires 2 values
  61.                separated by a comma, these are the x and y values at which
  62.                to offset the plot origin. The values must be entered in
  63.                millimetres. For example:
  64.  
  65.                   #PLOT HOUSTON OFFSET 30,60
  66.  
  67.                Will offset the origin of the plot by 30 millimetres in the
  68.                x direction and 60 millimetres in the y direction.
  69.  
  70.                Negative values can be used.
  71.  
  72. ROTATE         The ROTATE modifier can be used to specify that the drawing
  73.                should be rotated through 90 degrees prior to being plotted.
  74.  
  75. SHADEPITCH     Used to specify the vertical distance between horizontal
  76.                lines used to emulate a colour filled polygon. The value
  77.                must be entered in millimetres. If this modifier is omitted,
  78.                a value of 0.5 mm is used.
  79.  
  80. NOFILL         The NOFILL modifier can be used to inhibit any filled areas
  81.                of a drawing being plotted.
  82.  
  83. MONO           The MONO modifier can be used to create a single colour plot.
  84.                All entities will be plotted using pen 1.
  85.  
  86.  
  87.